Wiki

Clone wiki

inf225public / glossary / Generic programming

[Alphabetical Index | Tag Index]

Generic programming*

A programming style which allows the same piece of code to deal with many different types, for example through Polymorphism.

[Wikipedia]

Updated